home *** CD-ROM | disk | FTP | other *** search
/ Winzipper / Winzipper_ISO.iso / internet / net commander 1.0 / DISK2 / URL.HT_ / URL.HT
Encoding:
Text File  |  1996-04-16  |  1.8 KB  |  99 lines

  1. <HTML>
  2.  
  3. <HEAD>
  4. <TITLE>Uniform Resource Locator</TITLE>
  5. </HEAD>
  6.  
  7. <BODY TEXT=#000000 LINK=#0033FF VLINK=#888888 ALINK=#FF0000 BGCOLOR=FFFFFF>
  8.  
  9. <A NAME="TOP"></A> 
  10.  
  11. <P ALIGN=RIGHT>
  12. <I>
  13. <A HREF="topics.htm">Contents</A> / <A HREF="index.htm#TOP">Index</A>
  14. </I>
  15. </P>
  16.  
  17. <H2>What is a URL?</H2>
  18.  
  19. <HR>
  20.  
  21. <P>
  22.  
  23. A URL, or uniform resource locator, is the Internet address of a file. URLs are
  24. case sensitive. The most common syntax of a URL is:
  25.  
  26. <P><B><I>protocol</I>://<I>machine</I>[:<I>port</I>]/<I>path</I>/<I>filename.html</I></B>
  27.  
  28. <P>
  29.  
  30. Where:
  31.  
  32. <TABLE>
  33.  
  34. <TR>
  35. <TD VALIGN="TOP"><I>protocol</I></TD>
  36. <TD VALIGN="TOP">the Internet protocol used to transmit the
  37. file. Examples of different protocols are shown below.</TD> 
  38. </TR>
  39.  
  40. <TR>
  41. <TD VALIGN="TOP"><I>machine</I></TD>
  42. <TD VALIGN="TOP">the domain name of the server where
  43. the file is stored (e.g. www.company.com).</TD> 
  44. </TR>
  45.  
  46. <TR>
  47. <TD VALIGN="TOP"><I>:port</I></TD>
  48. <TD VALIGN="TOP">only required when a non-standard TCP port number is
  49. used.</TD> 
  50. </TR>
  51.  
  52. </TABLE>
  53.  
  54. <P>
  55.  
  56. Mosaic supports the following protocols:
  57.  
  58. <P>
  59. <TABLE>
  60.  
  61. <TR>
  62. <TH ALIGN="LEFT">Protocol</TH>
  63. <TH ALIGN="LEFT">Example</TH> 
  64. </TR>
  65.  
  66. <TR>
  67. <TD>Hypertext Transfer Protocol</TD>
  68. <TD><A
  69. HREF="http://www.ncsa.uiuc.edu/demoweb/url-primer.html">http://www.ncsa.uiuc.edu/demoweb/url-primer.html</A></TD> 
  70. </TR>
  71.  
  72. <TR>
  73. <TD>gopher</TD>
  74. <TD><A HREF="gopher://gopher.tc.umn.edu/">gopher://gopher.tc.umn.edu/</A>
  75. </TD> 
  76. </TR>
  77.  
  78. <TR>
  79. <TD>Usenet news</TD>
  80. <TD><A HREF="news:news.announce.newusers">news:news.announce.newusers</A></TD> 
  81. </TR>
  82.  
  83. <TR>
  84. <TD>File Transfer Protocol</TD>
  85. <TD><A HREF="ftp://ftp.cica.indiana.edu/">ftp://ftp.cica.indiana.edu/</A> </TD> 
  86. </TR>
  87.  
  88. <TR>
  89. <TD>Electronic mail address</TD>
  90. <TD><A HREF="mailto:someone@foo.com">mailto:someone@foo.com</A> (not a valid
  91. address)</TD> 
  92. </TR>
  93.  
  94. </TABLE>
  95.  
  96. </BODY>
  97.  
  98. </HTML>
  99.